home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 9 / CU Amiga Magazine's Super CD-ROM 09 (1997)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-04].iso / s / user-startup < prev   
Text File  |  1997-01-31  |  608b  |  31 lines

  1. ;
  2. ; This is empty since InitCD does everything.
  3. ;
  4.  
  5. SetENV CDBoot TRUE
  6.  
  7. Copy >NIL: S:ramicon Ram:Disk.info
  8.  
  9. Run >NIL: JoyMouse
  10. Run >NIL: C:pronet-server
  11. Execute :InitCD
  12. ;BEGIN MUI
  13. if exists "CUCD9:System/MUI"
  14.    assign MUI: "CUCD9:System/MUI"
  15.    if exists MUI:Libs
  16.       assign add LIBS: MUI:Libs
  17.    endif
  18.    if exists MUI:Locale
  19.       assign add LOCALE: MUI:Locale
  20.    endif
  21.    version >nil: exec.library 39
  22.    if not warn
  23.       if exists MUI:Docs
  24.          if exists HELP:dummy ; do not remove
  25.          endif                ; this entry!
  26.          assign add HELP: MUI:Docs
  27.       endif
  28.    endif
  29. endif
  30. ;END MUI
  31.